Add GtkStack
authorMatthias Clasen <mclasen@redhat.com>
Sun, 21 Apr 2013 11:51:14 +0000 (07:51 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 22 Apr 2013 01:51:24 +0000 (21:51 -0400)
commit2e39c4bab8c90f8b36496cb034958738098c7099
tree327ed53d20643264def64bdf71ebbdbf9b824cbe
parent57c4bcb369891c9035644ec4c84f30ebc241cc9f
Add GtkStack

Add separate GtkStack and GtkStackSwitcher widgets that are an
alternative to GtkNotebook. Additionally, GtkStack supports
animated transitions when changing pages.
These widgets were initially developed in libgd.
gtk/Makefile.am
gtk/gtk.h
gtk/gtkstack.c [new file with mode: 0644]
gtk/gtkstack.h [new file with mode: 0644]
gtk/gtkstackswitcher.c [new file with mode: 0644]
gtk/gtkstackswitcher.h [new file with mode: 0644]
tests/Makefile.am
tests/teststack.c [new file with mode: 0644]